Key |
Meaning |
F1 |
Help for a system function under the cursor |
F2 |
Toggle breakpoint |
F4 |
Debugger, next line, without tracing calls |
Ctrl+F4 |
Close current document |
F5 |
Start the debugger |
F7 |
Set Bookmark |
Ctrl+F7 |
Goto bookmark |
F8 |
Debugger: Trace into |
F8 |
Go to definition |
Ctrl+F8 |
Show all calls to the function under the cursor |
F9 |
Make executable |
F11 |
Find matching brace, bracket, #endif |
Ctrl+F11 |
Recenter cursor in the window |
F12 |
List defined functions in current file |
Ctrl+Ins |
Copy into clipboard |
Shift+Ins |
Paste from keyboard |
Esc |
Complete the word under the cursor |
Ctrl+S |
Save |
Ctrl+G |
Goto line number |
Ctrl+Right arrow |
Goto next word |
Alt+Up arrow |
History of visited functions |
Alt+Left arrow |
Go to the last visited function |
Shift+Left arrow |
Select to the left |
Shift+Right arrow |
Select to the right |
Shift+Down arrow |
Select one line towards the bottom |
Shift+Up arrow |
Select one line to the top |
Shift+End |
Select till end of line |